AccessControl Web Service
MethodLogin
Description
This method is used to log into CoreOne and receive an access token for use in subsequent calls.
Request (Login)

These following parameters are essential for a successful log into CoreOne.

Request Body Parameters

NameDescriptionData Type
usernameThis is the username you have been provided with by your CoreOne system administrator. It is case sensitive.xml:string
passwordThis is the password you have been provided with by your CoreOne system administrator. It is case sensitive.xml:string
Response (Login_response)

When logged into CoreOne successfully a user token is returned. This is essential for the use of all methods within CoreOne web services.

To fully utilize CoreOne web services a user role must also be selected by using the SelectRole (Method).

Response Body Parameters

NameDescriptionData Type
tokenThis is a 40-character hexadecimal string. 
This token is required for all functional CoreOne web services.
xml:string

Sample Data

Token- a2972e530945e5d9a101894ca52e1e01b934011f
Remarks

See Also
All Operations Resource GroupAccessControl Web Service

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.